跳到主要内容

Untitled Note

1.int转换为字符串:Itoa()

// Itoa(): int -> string println("a" + strconv.Itoa(32)) /